CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lucas kanade

搜索资源列表

  1. Lucas-Kanade

    0下载:
  2. 一个用于图像标定的算法,用matlab实现,非常好的一个算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1034462
    • 提供者:sp
  1. guangliu

    0下载:
  2. 光流计算得到运动场。使用算法为Lucas Kanade算法 很好用,大家
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4599
    • 提供者:
  1. LucasKanade

    0下载:
  2. 著名的LUCAS KANADE算法,用于图像匹配,跟踪,识别
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:4196
    • 提供者:刘云鹏
  1. opticalflowmatlabcodes

    0下载:
  2. 使用光流法进行的视频图像分割The Lucas-Kanade algorithm for motion estimation was used, and was implemented in Matlab due to the fact that most of the matrix operation functions that are needed are already available and hence saves time by not having to implement t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:256476
    • 提供者:selina
  1. optical_flow

    0下载:
  2. 基于相位和Lucas Kanade方法的光流计算matlab源程序。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:663369
    • 提供者:柴国飞
  1. LK_Template_Tracking

    1下载:
  2. 基于仿射运动模型的Lucas-Kanade光流跟踪方法,matlab与C混合编程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-04-01
    • 文件大小:7516864
    • 提供者:boya_sky
  1. Lucas-Kanade-1

    0下载:
  2. 经典光流算法LK改进算法的matlab源码。希望对大家有帮助。-LK classical optical flow algorithm improved algorithm matlab source code. I hope to help.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2084803
    • 提供者:yiyan
  1. Lucas_Kanade.rar

    1下载:
  2. Lucas_Kanade光流算法产生光流场,用matlab编译,Optical flow algorithm Lucas_Kanade optical flow field generated by the compiler matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-04-30
    • 文件大小:360789
    • 提供者:ziting
  1. kanade_takeo_1973_1

    0下载:
  2. 这可是由Takeo Kanade 撰写的人脸识别方面的文章。研究人脸表情识别与人脸识别的都需要这篇文章,这也是难得的国外资源啊!-This is written by Takeo Kanade Face Recognition articles. Research on Facial Expression Recognition and Face Recognition need this article, this is a rare foreign resources ah!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8852266
    • 提供者:刘秋菊
  1. MultiResolution

    0下载:
  2. Lukas Kanade Multi resolution program in matlab language.
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2675299
    • 提供者:fox81
  1. Optical_Flow

    0下载:
  2. optical flow measurement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:20176
    • 提供者:vikas
  1. lk_tools

    0下载:
  2. 用于Lucas-Kanade(LK)算法的开发和研究,包含多个matlab文件。-Using for Lucas-Kanade (LK) methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:370689
    • 提供者:NI
  1. dollars-opflow

    0下载:
  2. optical flow.,光流法,多种方法实现,详细说明。自个儿看吧-showing a grayscale image with a colorbar and interactive pixel info tool.Applies Gaussian smoothing to a(multidimensional) image. Calculate optical flow using Lucas & Kanade. Calculate optical flow using Horn &
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:8448
    • 提供者:zhuweina
  1. POC

    0下载:
  2. C++编写的复数图像错位纠正程序,提供完整的.h和.CPP文件。vs2008下创建工程后导入文件就可执行。采用Lucas-Kanade和Phase-Only-Correlation算法-C++ written in the plural image dislocation correct procedures, VS2008 prepared to provide complete. H and. CPP file. vs2008 works created under the import f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5012
    • 提供者:陈琳
  1. lucas-kanade

    0下载:
  2. 在图像中寻找同名像点,基于C++和opencv-Find the same name as the point in the pictur
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1446868
    • 提供者:sun
  1. lk

    0下载:
  2. A lucas kanade method for optimal image registration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:253880
    • 提供者:Pushblog
  1. Lucas-Kanade

    0下载:
  2. The file HierarchicalLK.m contains the entry level function HierarchicalLK(....)-The file HierarchicalLK.m contains the entry level function HierarchicalLK(....)
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4172
    • 提供者:siahakha
  1. warpimage

    0下载:
  2. this function warp image according to the parameters it takes. it uses interpolation and help in lucas kanade algorithm. have fun
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:105314
    • 提供者:youske
  1. LK

    0下载:
  2. openCV lucas Kanade fournit par opencv avec des fonctions plutô t simplistes tel que des boucles for or if et même des points virgules qui permettent la compilation.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:tts00
  1. about-TLD

    0下载:
  2. 描述tld跟踪算法相关文章和相关思路,对刚刚接触TLD学习很有帮助,值得学习!-Lucas-Kanade(LK)Random Forests Local Binary Patterns
  3. 所属分类:2D Graphic

    • 发布日期:2016-10-12
    • 文件大小:6144
    • 提供者:gongkai
« 1 2 34 5 6 »
搜珍网 www.dssz.com